home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / rxasyn20.zip / RXSCRIPT.ZIP / RXSCRIPT.MDM < prev    next >
Text File  |  1994-11-14  |  8KB  |  129 lines

  1. ###############################################################################
  2. #                                                                             #
  3. #   MODULE         RxScript.Mdm                                               #
  4. #                                                                             #
  5. #   DESCRIPTION    Default modem definition file which specifies values       #
  6. #                  that are normally written to, or expected to be read       #
  7. #                  from the modem.                                            #
  8. #                                                                             #
  9. #   COPYRIGHT           Copyright (C) 1993 - Crucial Applications             #
  10. #                                 All rights reserved                         #
  11. #                                                                             #
  12. #                             Ian Timms - 20th March 1993                     #
  13. #                                                                             #
  14. #   NOTES          All lines begining with '#' are treated as comments.       #
  15. #                                                                             #
  16. #                  This file contains the definitions of strings for          #
  17. #                  various modem settings. These items are loaded when        #
  18. #                  the RxScript program is started. All settings are          #
  19. #                  optional with defaults being provided by the RxScript      #
  20. #                  program where necessary.                                   #
  21. #                                                                             #
  22. #                  If the setting "tag" is specified without a value          #
  23. #                  then the variable related to that "tag" is set to an       #
  24. #                  empty string (ie.  null).  If neither the "tag" nor a      #
  25. #                  value is specified then the default value is assumed.      #
  26. #                                                                             #
  27. #                  The following are currently recognised:-                   #
  28. #                                                                             #
  29. #                      Tag                     Default                        #
  30. #                      ------------------      ---------------------------    #
  31. #                      Name:                   Generic                        #
  32. #                      ConnectTimeout:         45                             #
  33. #                      AutoDnLoad:             ^XB00                          #
  34. #                      AutoUpLoad:             ^XB01                          #
  35. #                      Enter:                  ^M                             #
  36. #                      Reset:                  ATZ                            #
  37. #                      Break:                  +++~~~+++                      #
  38. #                      DialPrefix:             ATDT                           #
  39. #                      DialSuffix:             ^M                             #
  40. #                      Online:                 ATO                            #
  41. #                      Hangup:                 ATH0                           #
  42. #                      Okay:                   OK                             #
  43. #                      Error:                  ERROR                          #
  44. #                      NoCarrier:              NO CARRIER                     #
  45. #                      InitStr0:               ATE0Q0V1X1&C1&D2               #
  46. #                      InitStr1:                                              #
  47. #                      InitStr2:                                              #
  48. #                      InitStr3:                                              #
  49. #                      InitStr4:                                              #
  50. #                      InitStr5:                                              #
  51. #                      InitStr6:                                              #
  52. #                      InitStr7:                                              #
  53. #                      InitStr8:                                              #
  54. #                      InitStr9:                                              #
  55. #                      Connect0:               CONNECT                        #
  56. #                      Connect1:                                              #
  57. #                      Connect2:                                              #
  58. #                      Connect3:                                              #
  59. #                      Connect4:                                              #
  60. #                      Connect5:                                              #
  61. #                      Connect6:                                              #
  62. #                      Connect7:                                              #
  63. #                      Connect8:                                              #
  64. #                      Connect9:                                              #
  65. #                      NoConnect0:             NO CARRIER                     #
  66. #                      NoConnect3:                                            #
  67. #                      NoConnect1:                                            #
  68. #                      NoConnect2:                                            #
  69. #                      NoConnect4:                                            #
  70. #                      NoConnect5:                                            #
  71. #                      NoConnect6:                                            #
  72. #                      NoConnect7:                                            #
  73. #                      NoConnect8:                                            #
  74. #                      NoConnect9:                                            #
  75. #                      ------------------      ---------------------------    #
  76. #                                                                             #
  77. #                  The caret (^) followed by any one letter is replaced       #
  78. #                  by the control sequence for that character.  Use two       #
  79. #                  carets if you actually need to pass a ^M style             #
  80. #                  sequence (eg.  ^^M).  A caret may be followed only         #
  81. #                  by a letter, another caret, or ([) for escape,             #
  82. #                  anything else is an error.                                 #
  83. #                                                                             #
  84. #   HISTORY                                                                   #
  85. #                                                                             #
  86. #     10-Jun-1993  Original release.                                          #
  87. #                                                                             #
  88. ###############################################################################
  89. #
  90. Name:           Generic
  91. #                                      Connect timeout in seconds
  92. ConnectTimeout: 30
  93. #
  94. AutoDnLoad:     ^XB00
  95. AutoUpLoad:     ^XB01
  96. #
  97. Enter:          ^M
  98. Reset:          ATZ
  99. Break:          +++~~~+++
  100. DialPrefix:     ATDT
  101. DialSuffix:     ^M
  102. Online:         ATO
  103. Hangup:         ATH0
  104. #
  105. Okay:           OK
  106. Error:          ERROR
  107. NoCarrier:      NO CARRIER
  108. #
  109. #                                      Initialisation strings
  110. InitStr0:       ATT
  111. InitStr1:       ATS0=0
  112. InitStr2:       ATB0E0F1L0M1Q0V1X6Y0
  113. InitStr3:       AT&B0&C1&D2&G0&P1&Q1&R1&S1$E1$F3$S8
  114. InitStr4:       AT&W0
  115. InitStr5:       AT&W1
  116. #
  117. #                                      Connect strings
  118. Connect0:       CONNECT 9600 RELIABLE
  119. #
  120. #                                      Connect fail strings
  121. NoConnect0:     NO CARRIER
  122. NoConnect1:     NO ANSWER
  123. NoConnect2:     NO DIALTONE
  124. NoConnect3:     RING
  125. NoConnect4:     BUSY
  126. #
  127. # End of modem definition file.
  128. #
  129.